home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 6650 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  999 b 

  1. Path: news.lpr.carel.fi!usenet
  2. From: Ari Lukumies <aril@cmt.lpr.mail.carel.fi>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: dos c  to NT c
  5. Date: Thu, 15 Feb 1996 17:18:46 +0200
  6. Organization: Carelcomp Forest
  7. Message-ID: <31234ED6.6223@cmt.lpr.mail.carel.fi>
  8. References: <4fu9lv$au7@mari.onr.com>
  9. NNTP-Posting-Host: renoir.cclahti.carel.fi
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0b6a (WinNT; I)
  14.  
  15. Steve Axelrod wrote:
  16. > I am converting a DOS based C program to a Windows NT Console program.
  17. > I have a function called locate(row, col)   that positions the cursor
  18. > at a specified row, col coordinate.
  19. > Any idea how to do this in NT.
  20. > Please bear in mind that this is going to be a windows NT Console
  21. > program, so no GUI is involved.
  22. > Thanks for the help/assistance.
  23.  
  24. Check your online help with titles like 'AllocConsole', 'CreateConsoleScreenBuffer' etc.
  25.  
  26. HTH,
  27.  AriL
  28. -- 
  29. All my opinions are mine and mine alone.
  30.